copy http://load.vcxz.org/829/ir800-universalk9-bundle.SPA.157-3.M1.bin flash:
This documentation assumes you know the basics of working with the IOS CLI, like entering privileged mode via
enableand how to configure a temporary IP address on the router in order to allow for acopycommand like the one above to work over your local network. It also assumes you know how to load IOS image files from a local web server or use a TFTP client in place of the HTTP transfer above.
bundle install flash:ir800-universalk9-bundle.SPA.157-3.M1.bin
write mem
reload
It doesn’t matter whether you reload the internal AP when prompted
During the next boot cycle the system will reboot itself multiple times to upgrade firmware components. It’s safe to ignore warnings about multiple attempts to boot - these are normal.Eventually you’ll get a prompt that says
Press RETURN to get started! and you can move on to upgrading the AP803
wlan-ap0 interface
conf t
int wlan-ap0
ip addr 10.0.0.255 255.255.255.255
end
This can really be any IP address. It will only be used to session into the AP803 this one time to upgrade the IOS. We’ll overwrite this with the permanent configuration later.
service-module wlan-ap 0 session
When prompted, log in as cisco / cisco
archive download-sw /overwrite /reload http://load.vcxz.org/829/ap1g3-k9w7-tar.153-3.JG1.tar
CTRL-^ then x and disconnect the AP803 console with discon
guest-os 1 restart
show iox host list detail shows that IOx is running again before moving onto the next section
EFM-1.2.0.zip
System Setting tab and click the Disable Application Signature button
Applications tab and click the Add New button
efm
Choose File button
package.tar file in the unzipped EFM-1.2.0/iox-1.2.0/efm_x86_64 folder and click Open
OK and wait for the Successfully Deployed message before continuing (it will take a few minutes)
Activate, which will automatically bring you to the Resources tab
Serial Access Configuration choose:
Resource Profile and Network Configuration sections
Activate
Applications tab again and click the Start button under the efm application
ioxclient
The first time
ioxlientis run it will ask some defaults that make subsequent use of the utility easier.
10.11.1.194 for the IOx platform IP address
8443
cisco as the authorized user
C!sc0123 as the password
22 as the IOx platform’s SSH port
ioxclient app console efm
root with no password
You are now logged into the Linux console of the IOx EFM application
"name" value to match the upstream broker name
"brokerName" to match your kit’s broker name (e.g. efm-roadway1)
"url" to match the upstream broker URL
cd /data/appdata/upstream
tee efm-region2 << EOT
{"name": "efm-region2", "brokerName": "efm-roadway1", "url": "https://efm-region2.iotvehicle.net:8443/conn", "enabled": "true"}
EOT
exit to exit the login session
<ctrl-]> to exit the IOx app console
ioxclient app restart efm to ensure the upstream configuration changes take effect